home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils sync / JetSync 1.0 / jetsync-1.0.exe / jetsync-1.0 / config.status < prev    next >
Encoding:
Text File  |  1999-10-26  |  4.9 KB  |  152 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host kiwi:
  6. #
  7. # ./configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.12"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29.  
  30. trap 'rm -fr src/memo/Makefile src/todo/Makefile src/libjetsync/Makefile src/Conduits/Makefile src/Makefile Makefile src/addr/Makefile conftest*; exit 1' 1 2 15
  31.  
  32. # Protect against being on the right side of a sed subst in config.status.
  33. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  34.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  35. /^[     ]*VPATH[     ]*=[^:]*$/d
  36.  
  37. s%@CFLAGS@%-g -O2%g
  38. s%@CPPFLAGS@%%g
  39. s%@CXXFLAGS@%%g
  40. s%@DEFS@% -DHAVE_LIBX11=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PWD_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_STRDUP=1 %g
  41. s%@LDFLAGS@%%g
  42. s%@LIBS@%-lX11 -L/usr/X11/lib  -ldl -lm -lpisock -ltcl8.0 -ltk8.0%g
  43. s%@exec_prefix@%${prefix}%g
  44. s%@prefix@%/usr/local%g
  45. s%@program_transform_name@%s,x,x,%g
  46. s%@bindir@%${exec_prefix}/bin%g
  47. s%@sbindir@%${exec_prefix}/sbin%g
  48. s%@libexecdir@%${exec_prefix}/libexec%g
  49. s%@datadir@%${prefix}/share%g
  50. s%@sysconfdir@%${prefix}/etc%g
  51. s%@sharedstatedir@%${prefix}/com%g
  52. s%@localstatedir@%${prefix}/var%g
  53. s%@libdir@%${exec_prefix}/lib%g
  54. s%@includedir@%${prefix}/include%g
  55. s%@oldincludedir@%/usr/include%g
  56. s%@infodir@%${prefix}/info%g
  57. s%@mandir@%${prefix}/man%g
  58. s%@CC@%gcc%g
  59. s%@SET_MAKE@%%g
  60. s%@RANLIB@%ranlib%g
  61. s%@CPP@%gcc -E%g
  62.  
  63. CEOF
  64.  
  65. # Split the substitutions into bite-sized pieces for seds with
  66. # small command number limits, like on Digital OSF/1 and HP-UX.
  67. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  68. ac_file=1 # Number of current file.
  69. ac_beg=1 # First line for current file.
  70. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  71. ac_more_lines=:
  72. ac_sed_cmds=""
  73. while $ac_more_lines; do
  74.   if test $ac_beg -gt 1; then
  75.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  76.   else
  77.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  78.   fi
  79.   if test ! -s conftest.s$ac_file; then
  80.     ac_more_lines=false
  81.     rm -f conftest.s$ac_file
  82.   else
  83.     if test -z "$ac_sed_cmds"; then
  84.       ac_sed_cmds="sed -f conftest.s$ac_file"
  85.     else
  86.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  87.     fi
  88.     ac_file=`expr $ac_file + 1`
  89.     ac_beg=$ac_end
  90.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  91.   fi
  92. done
  93. if test -z "$ac_sed_cmds"; then
  94.   ac_sed_cmds=cat
  95. fi
  96.  
  97. CONFIG_FILES=${CONFIG_FILES-"src/memo/Makefile src/todo/Makefile src/libjetsync/Makefile src/Conduits/Makefile src/Makefile Makefile src/addr/Makefile"}
  98. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  99.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  100.   case "$ac_file" in
  101.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  102.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  103.   *) ac_file_in="${ac_file}.in" ;;
  104.   esac
  105.  
  106.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  107.  
  108.   # Remove last slash and all that follows it.  Not all systems have dirname.
  109.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  110.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  111.     # The file is in a subdirectory.
  112.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  113.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  114.     # A "../" for each directory in $ac_dir_suffix.
  115.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  116.   else
  117.     ac_dir_suffix= ac_dots=
  118.   fi
  119.  
  120.   case "$ac_given_srcdir" in
  121.   .)  srcdir=.
  122.       if test -z "$ac_dots"; then top_srcdir=.
  123.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  124.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  125.   *) # Relative path.
  126.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  127.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  128.   esac
  129.  
  130.  
  131.   echo creating "$ac_file"
  132.   rm -f "$ac_file"
  133.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  134.   case "$ac_file" in
  135.   *Makefile*) ac_comsub="1i\\
  136. # $configure_input" ;;
  137.   *) ac_comsub= ;;
  138.   esac
  139.  
  140.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  141.   sed -e "$ac_comsub
  142. s%@configure_input@%$configure_input%g
  143. s%@srcdir@%$srcdir%g
  144. s%@top_srcdir@%$top_srcdir%g
  145. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  146. fi; done
  147. rm -f conftest.s*
  148.  
  149.  
  150.  
  151. exit 0
  152.